body,html{
	overflow-x: hidden;
}
.header{
	width: 100%;	
	height: 86px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 99;
}
.logo img{
	height: 46px;
	margin: 20px 0 0 30px;
	width:222px;
}
.navWrap{
	padding-top: 25px;
}
.nav{
	margin-right: 40px;
}
.nav ul li{
	float: left;
	position: relative;
}
.navLiA{
	color: #fff;
	margin: 0 20px;
	height: 40px;
	line-height: 40px;
	display: block;
	position: relative;
}
.navLiA:after{
	content: "";
	position: absolute;
	display: block;
    overflow: hidden;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 1px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215,0.61,0.355,1) 0s;
}
.navLiA:hover{
	color: #f1501a;	
}
.navLiA:hover::after{
	width: 100%;
    opacity: 1;
    left: 0;
	background-color: #f1501a;
}
.navAAct{
	color: #f1501a;	
}
.navAAct:after{
	width: 100%;
    opacity: 1;
    left: 0;
	background-color: #f1501a;	
}
.navDropdown{
	height: 0;
	overflow: hidden;
	position: absolute;
	padding: 0 12px 0;
	left: 0;
	top: 100%;
	width: 140px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 2px 0 #DFDFDF;
}
.navDropdown2{
	width: 90px;
}
.navDropdown a{
	display: block;
	font-size: 13px;
	color: #292929;
    margin-bottom: 12px;
    transition: all .3s ease;
	text-align:center;
}
.navDropdown a:hover{
	color: #f1501a;
}
.navDropdown a:first-child{
	margin-top: 20px;
}
.navDropdown a:last-child{
	margin-bottom: 24px;
}
.navTel{
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin-right: 40px;
	padding-left: 50px;
	position: relative;
}
.navTel i{
	background: url(../images/nav_tel.png) no-repeat center;
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -19px;
}
.navTel span{
	font-size: 16px;
	font-weight: normal;
}

/*increaseTip*/
.increaseTip{
	width: 100%;
	background: url(../images/increaseImgBg.jpg) no-repeat center;
	text-align: center;
	padding-bottom:20px;
}
.increaseTip h3{
	font-size: 25px;
	font-weight: normal;
	padding-top: 30px;
}
.increaseTip p{
	font-size: 16px;
	color: #666;
	padding-top:10px;
}
.increaseTip a{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 160px;
	height: 56px;
	line-height: 56px;
	background-color: #f1501a;
	border-radius: 8px;
	margin: auto;	
	transition: all .3s ease; 
}
.increaseTip a:hover{
	background-color: #fb5f2a;
}
/*footer*/
.footerWrap{
	background-color: #1d212a;
}
.footer{
	padding-top: 44px;
}
.footLi{
	width: 140px;
	float: left;
	margin: 0 35px;
}
.footLi li{
	font-size: 16px;
	font-weight: normal;
	color: #fff;	
	margin-bottom: 26px;
}
.footLi a{
	display: block;
	font-size: 13px;
	color: #808080;	
	margin-bottom: 18px;
	transition: all .5s ease; 
}
.footLi a:hover{
	color: #fff;
}
.footLi2 p{
	display: block;
	font-size: 13px;
	color: #808080;	
	margin-bottom: 18px;
	position: relative;
	padding-left: 26px;
}
.footLi2 p:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
}
.footLi2{
	width: 310px;
}
.footLi3{
	width: 96px;
}

.footLi2 p:nth-child(3):after{
	top: -2px;
    width: 17px; height: 18px;
    background: url(../images/contactIcon.png) -10px -49px;
}
.footLi2 p:nth-child(4):after{
	top: -3px;
    width: 17px; height: 19px;
    background: url(../images/contactIcon.png) -47px -10px;
}
.footLi2 p:nth-child(5):after{
	top: -1px;
    width: 17px; height: 18px;
    background: url(../images/contactIcon.png) -84px -10px;
}
.footLi2 p:nth-child(6):after{
	top: 0;
    width: 17px; height: 15px;
    background: url(../images/contactIcon.png) -47px -49px;
}
.footLi2 p:nth-child(7):after{
	top: 0px;
    width: 17px; height: 19px;
    background: url(../images/contactIcon.png) -10px -10px;
}
.footLi2 p:nth-child(2){
	padding-left: 0;
}
.footLi2 p:nth-child(7){
	line-height: 20px;
}
.footFollow img{
	width: 96px;
	height: 96px;
}
.footFollow{
	margin-bottom: 16px;
}
.footFollow span{
	margin-top: 4px;
	color: #808080;
	font-size: 12px;
}
.footCopyright{
	width: 1160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #4d4b4b;
	font-size: 12px;
	margin-top: 30px;
}
.footCopyright p{
	color:#808080;
}
/*  友情链接  */
.new_yqlinkWrap {
    background-color: #f2f2f2;
    width: 100%;
}
.new_yqlink {
    position: relative;
    padding: 20px 0 10px;
}
.new_yqlink p {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 15px;
}
.new_yqlink ul {
    padding-left: 70px;
    white-space: nowrap;
}
.new_yqlink ul li {
    float: left;
    padding: 0 16px;
    margin-bottom: 10px;
    border-right: 1px solid #dedede;
}
.new_yqlink ul li a {
    color: #666;
    font-size: 14px;
    transition: all .5s ease; 
}
.new_yqlink ul li a:hover {
    color: #fb5f2a;
}

/*  右侧悬浮  */
.endtop{width:35px;position: fixed; z-index:9999;  text-align:center; right:5px; top:200px;_top:200px; padding:5px 0 5px 0;}
.ce_nav ul { margin: 0px; padding: 0px; }
.ce_nav ul li { list-style-type: none; }
.ce_nav li { margin-bottom: 10px; }
.ce_nav li a { display: block; overflow:hidden; width:35px; height:35px; background: #fff; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; color: #408ed6; font-size: 12px; text-align: center; box-shadow: 0px 1px 3px rgba(0,0,0,0.25); border: 1px solid #408ed6; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.ce_nav li a span {background-image: url(../images/n-qyjz-1.png); background-repeat: no-repeat; padding-top: 34px; display: inline-block; }
.ce_nav li.li_t a { border-color: #ff6800; color: #ff6800; }
.ce_nav li.li_s a { border-color: #62ad44; color: #62ad44 }
.ce_nav li.li_s2 a { border-color: #9DC916; color: #9DC916 }
.ce_nav li.li_f a { border-color: #ffae00; color: #ffae00 }
.ce_nav li.li_w { margin-top:0px; display: none }
.ce_nav li.li_w a { border-color: #cecece; color: #999999 }
.ce_nav li.li_o a span { background-position: -60px -175px;}
.ce_nav li.li_t a span { background-position: -60px -106px; width:35px; height:35px; }
.ce_nav li.li_s a span { background-position: -60px -240px; }
.ce_nav li.li_s2 a span { background:url(../images/weix-1.jpg) 3px 7px no-repeat;width:35px; height:35px; }
.ce_nav li.li_f a span { background-position: -53px -418px; }
.ce_nav li.li_w a span { background-position: -59px -508px;}
.ce_nav li.li_t a:hover { color: #fff; background-color: #ff6800 }
.ce_nav li.li_t a:hover span { background-position: -148px -106px; }
.ce_nav li.li_s a:hover { color: #fff; background-color: #62ad44 }
.ce_nav li.li_s a:hover span { background-position: -147px -240px; }
.ce_nav li.li_s2 a:hover { color: #fff; background-color: #9DC916 }
.ce_nav li.li_s2 a:hover span { }
.ce_nav li.li_f a:hover { color: #fff; background-color: #ffae00 }
.ce_nav li.li_f a:hover span { background-position: -140px -418px; }
.ce_nav li.li_w a:hover { color: #ff6800; background-color: #fff }
.ce_nav li.li_w a:hover span { background-position: -150px -508px; }
.ce_nav li a:active { background: #3fcb97 }
.ce_nav li.li_o { position: absolute; left: 0; top:99px; width:100%;}
.ce_nav li.li_o:hover{left:-160px;width: 220px;}
.ce_nav li.li_o a { width:100%;position: relative; right: 0; cursor: default; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; display:block; }
.ce_nav li.li_o a span.p { display: none; }
.ce_nav li.li_o a:hover{background: #408ed6; width:100%;padding-right:0px;}
.ce_nav li.li_o a:hover span { display: none; }
.ce_nav li.li_o a:hover span.p { display: block; color: #fff; font-size: 13px; text-align: left; background-position: 90px -320px; line-height: 22px; padding: 8px 0 0 13px; background-image: url(../images/n-qyjz-1.png); background-repeat: no-repeat; }
.ce_nav li.li_o a:hover span.p font { font-size: 19px; display: block; }
.ce_nav li.li_s {margin-top: 102px;}
.ce_nav li.li_s2 { position: absolute; left: 0; top:145px; width:100%; }
.ce_nav li.li_s2:hover{left:-160px;width: 220px;}
.ce_nav li.li_s2 a { width:100%;position: relative; right: 0; cursor: default; display:block; }
.ce_nav li.li_s2 a span.p { display: none; width: 200px;}
.rightWetP{ margin-top:2px;display:inline-block;*display:inline; *zoom:1; vertical-align:top; width:80px; height:80px; background:url(../images/2mm-1.jpg) center center no-repeat;}
.rightWetP2{display:inline-block;*display:inline; *zoom:1; vertical-align:top; padding:20px 0 0 7px; text-align:center;}
.ce_nav li.li_s2 a:hover{background: #9DC916; width:100%;padding-right:0px; height:100px;}
.ce_nav li.li_s2 a:hover span { display: none; }
.ce_nav li.li_s2 a:hover span.p { display: block; color: #fff; font-size: 13px; text-align: left; background-position: 90px -315px; line-height: 22px; padding: 8px 0 0 6px; }
.ce_nav li.li_s2 a:hover span.p font { font-size: 19px; display: block; }

.ce_nav li.li_l a { border-color: #1abfb1; color: #1abfb1; }
.ce_nav li.li_l a span { background-position: -301px -512px;width:35px; height:35px; }
.ce_nav li.li_l a:hover { background: #1abfb1; color: #fff; }
.ce_nav li.li_l a:hover span { background-position: -239px -512px }
.backTopBut span{width:35px; height:35px; background:url(../images/rtffesf.jpg) 5px 5px no-repeat;}

/*transition*/
.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes cpFlash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes cpFlash {
	0%,
	100%,
	50% {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.cpFlash {
	-webkit-animation: cpFlash 2s infinite linear ;
	animation: cpFlash 2s infinite linear ;
}
@media only screen and (max-width: 1200px) {
	body,html{
		overflow-x: visible;
	}
	.header{
		width: 1180px;
	}
	
}